android13/external/stardoc/test/testdata/same_level_file_test/dep.bzl

6 lines
143 B
Python

# buildifier: disable=module-docstring
# buildifier: disable=function-docstring
def my_rule_impl(ctx):
_ignore = [ctx]
return struct()