aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/no-exported-symbols/lib.h
blob: 48fa2de97e45b1c088c135bbca2f7b269cce1d5c (plain)
1
2
3
4
5
6
#ifndef TEST_LIB
#define TEST_LIB

inline int success() { return 0; }

#endif