brintos

brintos / llvm-project-archived public Read only

0
0
Text · 81 B · 250b58c Raw
9 lines · c
1struct Point {2  double x, y;3};4 5#ifdef IGNORED6int *has_ignored(void);7#endif8 9