Sign in
gnu
/
gcc
/
e9ddbbd00a4f69734ee2d4e6bdd186ffa7ecbad8
/
.
/
libgomp
/
testsuite
/
libgomp.c++
/
bdv_module1_main.C
blob: 85f1fbf8e833ff89b7bd30dec68aac29ab503946 [
file
]
// { 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
();
}
}