DEBSOURCES
Skip Quicknav
sources / exactimage / 1.2.1-2 / config / test-pch-support
1234567891011121314
#!/bin/bash # DESC="checking for PCH support" cat > conftest.hh <<- EOT class foo { int a; }; EOT cc conftest.hh