mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 14:35:32 +01:00
11 lines
109 B
C
11 lines
109 B
C
static @INLINE_KEYWORD@ void test_inline(void)
|
|
{
|
|
return;
|
|
}
|
|
|
|
int main (void)
|
|
{
|
|
test_inline ();
|
|
return 0;
|
|
}
|