Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/gdb/testsuite/gdb.cp/namespace-enum-main.cc
2023-03-06 14:48:14 +01:00

5 lines
59 B
C++

namespace foo {
int aglobal = 0;
}
int main() {return 0;}