unattached_multi_file.carbon 466 B

1234567891011121314151617
  1. // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. // Exceptions. See /LICENSE for license information.
  3. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. // AUTOUPDATE
  5. // CHECK:STDERR: unattached message 3
  6. // CHECK:STDERR: unattached message 4
  7. // --- a.carbon
  8. aaa
  9. // --- b.carbon
  10. bbb
  11. // CHECK:STDOUT: 3 args: `default_args`, `a.carbon`, `b.carbon`
  12. // CHECK:STDOUT: unattached message 1
  13. // CHECK:STDOUT: unattached message 2