blob: e16f38f8aad4f4ac14bedd2279fea00c1f261731 [file] [log] [blame]
#pragma GCC system_header
static inline int f()
{
int i;
return i;
}