diff --git a/index.php b/index.php
index 8b83199..7003e58 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,7 @@
 <?php
+class MyClass {
+	function notAbstract();
+}
 
 /**
  * @file
