1 // Compile with:
2 // g++ -g -Wall -shared -o libtest1-fn-removed-v1.cc test1-fn-removed-v1.cc
3 
4 void
fun1()5 fun1()
6 {
7 }
8