Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib10.C
blob: 42d967dde60ed49965a410b6a2cde081e8786700 [
file
] [
log
] [
blame
]
// PR c++/12795
// { dg-require-alias "" }
void
foo
()
{
extern
void
bar
()
__attribute__
((
__alias__
(
"BAR"
)));
// { dg-warning "ignored" }
bar
();
}