Add test_with_disallowed_name

This commit is contained in:
Samuel Moelius 2024-04-20 01:16:30 +00:00
parent 2795a60189
commit 898baf81cd

View file

@ -71,3 +71,8 @@ mod tests {
}
}
}
#[test]
fn test_with_disallowed_name() {
let foo = 0;
}