Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
goacc/
data-1.c
1
void
2
foo
(
void
)
3
{
4
#pragma
acc data
5
;
6
}