brintos

brintos / llvm-project-archived public Read only

0
0
Text · 98 B · 9023abc Raw
7 lines · cpp
1#include "var_test.h"2 3namespace a{4int kGlobalInt = 1;5const char *const kGlobalStr = "Hello";6}7