index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
common
/
13 pch
/
generated
/
prog.c
blob: a75c2d23b6c9390fe43e5ce05fe5290485fce14f (
plain
)
1
2
3
4
5
// No includes here, they need to come from the PCH
int
main
(
void
)
{
return
FOO
+
BAR
;
}