1 2 3 4 5 6 7
define macro(a, b, ... c) { const for i : a, b, ... c { } } proc(a u32, b u32, ... c) {}