mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02: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;
|
|
}
|