10 lines
98 B
C++
10 lines
98 B
C++
/*
|
|
Compile this with:
|
|
|
|
g++ -g -c -Wall test27-add-aliased-function-v0.cc
|
|
*/
|
|
void
|
|
foo()
|
|
{
|
|
}
|