brintos

brintos / llvm-project-archived public Read only

0
0
Text · 102 B · 0c22ae8 Raw
9 lines · c
1#include "One/One.h"2#include "Two/Two.h"3 4int main() {5  one();6  two();7  return 0; // break here8}9