1#pragma GCC system_header2#pragma once3 4inline void f() { register int k; }5#define to_int(x) ({ register int n = (x); n; })6