Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
pch/
system-2.C
#include "system-2.H" int main() { std::cout << "hello world!" << std::endl; return 0; }