brintos

brintos / llvm-project-archived public Read only

0
0
Text · 73 B · a19dac0 Raw
9 lines · cpp
1struct Foo {2  int m_val = 42;3};4 5int main() {6  Foo foo;7  return 0;8}9