1 2 3 4
// no-main // https://github.com/jyn514/rcc/issues/346 int f(int i); int f(const int i) { return i; }