brintos

brintos / llvm-project-archived public Read only

0
0
Text · 55 B · 6df38dc Raw
5 lines · c
1int main() {2  int x = 47; // REGEX-THIS3  return x;4}5