summaryrefslogtreecommitdiffstats
path: root/test cases/common/212 source set configuration_data/all.h
blob: e3547dfdc53f49cb5b9b1fc8700d3fef7a40b3f9 (plain)
1
2
3
4
5
6
7
8
9
extern void f(void);
extern void g(void);
extern void h(void);
extern void undefined(void);

/* Defined in nope.c and f.c,
 * value depends on the source set and configuration used.
 */
extern void (*p)(void);