#pragma GCC diagnostic ignored "-Wuninitialized" int main() { int i; return i; }