for i in range(100):
    filegroup(
        name = "f%02d" % i,
        srcs = ["//test/filegroup:gen"],
    )
