blob: f14d18f3e85fae4706bff85f3e26a75b2b232961 [file] [log] [blame]
# RUN: %clang -cc1apinotes -yaml-to-binary -o %t.apinotesc %S/Inputs/roundtrip.apinotes
# RUN: %clang -cc1apinotes -binary-to-yaml -o %t.apinotes %t.apinotesc
# RUN: diff %S/Inputs/roundtrip.apinotes %t.apinotes