fail_undefined_bound.carbon 487 B

12345678910111213
  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. //
  5. // AUTOUPDATE
  6. // CHECK:STDERR: fail_undefined_bound.carbon:[[@LINE+3]]:14: ERROR: Semantics TODO: `HandleArrayExpressionWithoutBounds`.
  7. // CHECK:STDERR: var a: [i32; ];
  8. // CHECK:STDERR: ^
  9. var a: [i32; ];
  10. // CHECK:STDOUT: file "fail_undefined_bound.carbon" {
  11. // CHECK:STDOUT: }