2 lines
46 B
C
2 lines
46 B
C
#include "foo.h"
|
|
inline void bar() { foo(); }
|
#include "foo.h"
|
|
inline void bar() { foo(); }
|