Index: src/tests/.expect/quoted_keyword.txt
===================================================================
--- src/tests/.expect/quoted_keyword.txt	(revision e20f53c2b997f8b6209df9d198f4407ff10c33c4)
+++ src/tests/.expect/quoted_keyword.txt	(revision e20f53c2b997f8b6209df9d198f4407ff10c33c4)
@@ -0,0 +1,1 @@
+10
Index: src/tests/quoted_keyword.c
===================================================================
--- src/tests/quoted_keyword.c	(revision ea29e73385e68371089e727d9823856fe184d80e)
+++ src/tests/quoted_keyword.c	(revision e20f53c2b997f8b6209df9d198f4407ff10c33c4)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jun 25 08:02:58 2016
-// Update Count     : 16
+// Last Modified On : Thu Jun 30 14:03:59 2016
+// Update Count     : 19
 //
 
@@ -37,4 +37,8 @@
 int main() {
 	int `if` = 0;
+	`catch` = 1;
+	st.`otype` = 2;
+	st.`struct` = 3;
+	`throw` = 4;
 	sout | `catch` + st.`otype` + st.`struct` + `throw` | endl;
 }
