16 lines
179 B
C++
16 lines
179 B
C++
|
// Compile this with:
|
||
|
// g++ -g -Wall -shared -o libtest26-loc-suppr-v0.so test26-loc-suppr-v0.cc
|
||
|
//
|
||
|
|
||
|
#include "test26-loc-suppr.h"
|
||
|
|
||
|
struct S
|
||
|
{
|
||
|
int m0;
|
||
|
};
|
||
|
|
||
|
void
|
||
|
func0(S*)
|
||
|
{
|
||
|
}
|