1 /* Test that 'class', 'public', 'private', protected', 'try', 'catch',
2 'throw' are not keywords in pure Objective-C if not after a '@'.
4 /* { dg-do compile } */
9 int protected = private * 2;
10 int try = protected * 2;
12 int throw = catch * 2;