Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
decomp-2_b.C
blob: 0353c8e87c93c17460d53719cb2e0ee9344dd8a7 [
file
] [
log
] [
blame
]
// { dg-do run }
// { dg-additional-options "-fmodules-ts" }
import
"decomp-2_a.H"
;
int
main
()
{
if
(
a
!=
1
||
b
!=
2
||
c
!=
3
)
__builtin_abort
();
}