summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/335.v
blob: 166fa7a9f2dafc9bd44dc372c4fc42c23538d78f (plain)
1
2
3
4
5
(* Compatibility of Require with backtracking at interactive module end *)

Module A.
Require List.
End A.