mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
1c0ea87cc3
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
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;
|
|
}
|