Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
lambda-5_b.C
blob: a7ce7098835223eab5239f322b1cda19606410a5 [
file
] [
log
] [
blame
]
// PR c++/105322
// { dg-additional-options -fmodules-ts }
import
pr105322
.
Lambda
;
int
main
()
{
f1
();
f2
();
g3
();
}