android13/external/libabigail/tests/data/test-diff-suppr/test26-loc-suppr-v0.cc

16 lines
179 B
C++
Raw Normal View History

2024-06-22 08:45:49 -04:00
// 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*)
{
}