Files
mars-libowfat/tryinline.c

3 lines
71 B
C

#include "compiler.h"
static inline int foo(int bar) { return bar+1; }