lentil-1.5.8.0: test/test-files/lang-comm/zig.zig
// todo single
// comment
// Todo: single2
const std = @import("std") // import
var a3: [3][]const u8 = [_][]const u8{ "Hello", "Foo", "Bar" } // array
// TODO: block1
// TODO: block2 [tog]
// end