test: Add a test that empty records don't parse

Closes #1200
This commit is contained in:
Brian Anderson 2012-01-11 19:35:40 -08:00
parent 6e1f9ad1f1
commit 35b27aa172

View File

@ -0,0 +1,7 @@
// error-pattern:unexpected token: '}'
// Issue #1200
type t = {};
fn main() {
}