Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
string-view1.C
blob: 19219a1e266d3c72d8a7505e093848641e97e7a1 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
// { dg-skip-if "requires hosted libstdc++ for cstdio" { ! hostedlib } }
module
;
#include
<cstdio>
#include
<string_view>
export
module
foo
;
// { dg-module-cmi foo }