1#pragma GCC system_header
2#pragma once
3
4inline void f() { register int k; }
5#define to_int(x) ({ register int n = (x); n; })
6