From 97fefe1fcca363a1317e066e7f4b99b9c1e9987b Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 12 Jan 2012 16:02:20 +0100 Subject: Imported Upstream version 8.4~beta --- test-suite/bugs/closed/shouldfail/2406.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-suite/bugs/closed/shouldfail/2406.v (limited to 'test-suite/bugs/closed/shouldfail/2406.v') diff --git a/test-suite/bugs/closed/shouldfail/2406.v b/test-suite/bugs/closed/shouldfail/2406.v new file mode 100644 index 00000000..112ea2bb --- /dev/null +++ b/test-suite/bugs/closed/shouldfail/2406.v @@ -0,0 +1,3 @@ +(* Check correct handling of unsupported notations *) +Notation "'’'" := (fun x => x) (at level 20). +Definition crash_the_rooster f := ’. -- cgit v1.2.3