10 lines
97 B
C
10 lines
97 B
C
/*
|
|
Compile this with:
|
|
|
|
gcc -g -c -Wall test28-add-aliased-function-v0.c
|
|
*/
|
|
void
|
|
foo()
|
|
{
|
|
}
|