8 lines
110 B
C++
8 lines
110 B
C++
// Compile with:
|
|
// g++ -g -Wall -shared -o libtest1-fn-removed-v1.cc test1-fn-removed-v1.cc
|
|
|
|
void
|
|
fun1()
|
|
{
|
|
}
|