libowfat/tryinline.c

2 lines
49 B
C
Raw Normal View History

static inline int foo(int bar) { return bar+1; }