``` tag foo = int; fn main() { let x = foo(1); if x == -1 { } } ``` This program should not compile, but it does.