mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 08:30:10 +01:00
Clang treats "file not found" as a fatal error and stops emitting more diagnostics after reaching it, so these tests don't work in `--share-cpp-ast` mode if they are all in the same file. So split them into distinct test files.