brintos

brintos / llvm-project-archived public Read only

0
0
Text · 115 B · f5449f2 Raw
11 lines · cpp
1#include <stdio.h>2#include "other.h"3 4int5main()6{7  int test_var = 10;8  Other::DoSomethingElse();9  return 0;10}11