Add test file

This commit is contained in:
Aoran Zeng 2025-07-16 11:17:40 +08:00
parent 08da1c712b
commit 15ce694967
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -0,0 +1,28 @@
- prefix = `ROOT`
- keep-prefix = `true`
```c
root code;
```
# Level 1
- prefix = `L1`
```c
level1 code;
```
## Level 2
```c
level2 code;
```
### Level 3
- prefix = `L3`
```c
level3 code;
```