brintos

brintos / llvm-project-archived public Read only

0
0
Text · 125 B · 3c412ee Raw
6 lines · c
1#pragma GCC system_header2#pragma once3 4inline void f() { register int k; }5#define to_int(x) ({ register int n = (x); n; })6