Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
libgomp
/
testsuite
/
libgomp.c++
/
bdv_module1_main.C
blob: 85f1fbf8e833ff89b7bd30dec68aac29ab503946 [
file
] [
log
] [
blame
]
// { dg-skip-if "" { *-*-* } }
// Built with bdv_module1.C
import
bdv_module1
;
int
main
()
{
if
(
test
()
!=
0
)
__builtin_abort
();
#pragma
omp parallel
if
(
0
)
{
if
(
test
()
!=
1
)
__builtin_abort
();
}
}