blob: 2b11279a2de77b994096281945439d18e36cb355 [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