mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
two_files.carbon has odd STDOUT placement, but will pursue that separately.
9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
// Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
// Exceptions. See /LICENSE for license information.
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
// AUTOUPDATE
|
|
// CHECK:STDERR: Oops
|
|
|
|
// CHECK:STDOUT: 2 args: `default_args`, `fail_example.carbon`
|