1const std = @import("std");
2
3pub fn main() !void {
4    @import("foo").run();
5}