/*
Compile this with:
g++ -g -c -Wall test27-add-aliased-function-v1.cc
*/
void
foo()
{
}
bar()
baz() __attribute__ ((alias("_Z3barv")));