1 2 3 4 5 6 7
use macroweave::repeat; fn main() { repeat!(value in [one,, two] { let _ = value; }); }