mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
126 B
C
6 lines
126 B
C
struct Foo {};
|
|
|
|
typedef struct Foo s_Foo;
|
|
|
|
static __inline__ __attribute__((always_inline)) int someFunc(int x) { return x; }
|