blob: 6d4b582dd7aaa15afd714581a5e8dfec947d20a6 [file] [log] [blame]
"""A deep dependency file."""
def prep_work():
"""Does some prep work. Nothing to see here."""
return 1
def inner_rule_impl(ctx):
_ignore = [ctx] # @unused
return struct()