blob: 143a4693593a1da3c1d6da52524d2660ce495d67 [file] [log] [blame]
module Module_3 =
def pub proc foo = (int i, string s) void: skip;
pub mode Jorl = struct (int i, string s);
pub mode Jurl = union (int, string, real);
skip
fed