mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 15:00:13 +01:00
Note this doesn't support other sizes or types, it just errors on them. Co-authored-by: Geoff Romer <gromer@google.com>
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
COMPILATION ERROR: 8: type error in ==
|
|
expected: (0 = i32, 1 = i32)
|
|
actual: (0 = i32)
|
|
EXIT CODE: 255
|