brintos

brintos / llvm-project-archived public Read only

0
0
Text · 152 B · 6ca810a Raw
8 lines · c
1typedef int Int;2void f0(Int);3void f1(Int, double);4void f2(int, int);5void f3(int);6static void f4(float, float);7int f5(int) __attribute__((const));8