summaryrefslogtreecommitdiffstats
path: root/tests/langbench/grep.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/langbench/grep.pl')
-rw-r--r--tests/langbench/grep.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/langbench/grep.pl b/tests/langbench/grep.pl
new file mode 100644
index 0000000..9357302
--- /dev/null
+++ b/tests/langbench/grep.pl
@@ -0,0 +1,3 @@
+while (<>) {
+ print if /[^A-Za-z]fopen\(.*\)/;
+}