aboutsummaryrefslogtreecommitdiff
path: root/test/inline-definition.c
blob: 224b14cda6cf0c7aa68b4f8e19055638d47ac7c3 (plain)
1
2
3
4
5
6
7
extern void f(void);

/*
f is not an inline definition, due to the preceeding declaration,
so we *should* emit an external definition for it.
*/
inline void f(void) {}