Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
gnu-inline-1_a.C
blob: 41a1b2850d427e7792d20c8789f5ee0270efe195 [
file
] [
log
] [
blame
]
// PR c++/119154
// { dg-additional-options "-fmodules" }
// { dg-module-cmi foo }
export
module
foo
;
export
extern
"C++"
inline
__attribute__
((
__gnu_inline__
))
void
bar
()
{}
export
extern
"C++"
inline
__attribute__
((
__gnu_inline__
))
void
decl
();