Skip to content

Commit a37ec9b

Browse files
committed
Test.
1 parent 39fccf3 commit a37ec9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// error-pattern: mismatched types
2+
3+
tag t { a; }
4+
5+
fn f(int a) {}
6+
7+
fn main() {
8+
f(a);
9+
}

0 commit comments

Comments
 (0)