brintos

brintos / llvm-project-archived public Read only

0
0
Text · 289 B · 5bc8b29 Raw
18 lines · yaml
1header: subdir/test.h2standards:3  - bsd4functions:5  - name: func6    return_type: type_a7    arguments:8      - type: type_b9  - name: gnufunc10    return_type: void11    arguments:12      - type: type_a13    standards:14      - gnu15  - name: ptrfunc16    return_type: int *17    arguments: []18