2024-10-31 07:11:41 +00:00
|
|
|
fun main() {
|
|
|
|
try {
|
|
|
|
|
2025-01-27 07:33:24 +00:00
|
|
|
} catch(if, arg) {}
|
2024-10-31 07:11:41 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
@compilation_should_fail
|
2025-01-27 07:33:24 +00:00
|
|
|
@stderr expected identifier, got `if`
|
|
|
|
@stderr catch(if
|
2024-10-31 07:11:41 +00:00
|
|
|
*/
|