1e01aa904Sopenharmony_ci// Compile this with:
2e01aa904Sopenharmony_ci//  g++ -Wall -g -L. -ltest3-fn-removed-v0 -o test3-fn-removed-app test3-fn-removed-app.cc
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_ciextern int fun0();
5e01aa904Sopenharmony_ciextern void fun1();
6e01aa904Sopenharmony_ci
7e01aa904Sopenharmony_ciint
8e01aa904Sopenharmony_cimain()
9e01aa904Sopenharmony_ci{
10e01aa904Sopenharmony_ci  fun0();
11e01aa904Sopenharmony_ci  fun1();
12e01aa904Sopenharmony_ci}
13