blob: d69e1747f9f629bc3675e9103c907ba016826bcc [file] [log] [blame]
Keep :: {
// This comment is included
excludedStruct: ExcludedStruct
excludedInt: ExcludedInt
}
// ExcludedStruct is not included in the output.
ExcludedStruct :: {
A: int
}
// ExcludedInt is not included in the output.
ExcludedInt :: int