diff options
Diffstat (limited to 'test-suite/bugs/closed/2406.v')
| -rw-r--r-- | test-suite/bugs/closed/2406.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/2406.v b/test-suite/bugs/closed/2406.v index d46fbabbbc..1bd66ffccb 100644 --- a/test-suite/bugs/closed/2406.v +++ b/test-suite/bugs/closed/2406.v @@ -1,3 +1,6 @@ (* Check correct handling of unsupported notations *) Notation "''" := (fun x => x) (at level 20). + +(* This fails with a syntax error but it is not catched by Fail Fail Definition crash_the_rooster f := . +*) |
