1 // Compile this with:
2 //   g++ -g -Wall -shared -o libtest26-loc-suppr-v0.so test26-loc-suppr-v0.cc
3 //
4 
5 #include "test26-loc-suppr.h"
6 
7 struct S
8 {
9   int m0;
10 };
11 
12 void
func0(S *)13 func0(S*)
14 {
15 }
16