Skip to content

Commit

Permalink
Add a test for FStarLang#3530
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Oct 6, 2024
1 parent 31ab322 commit 971eb6d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions tests/bug-reports/Bug3530.fst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module Bug3530

let _ = x:int -> bool
let _ = #x:int -> bool
let _ = #[@@@1]x:int -> bool
let _ = [@@@1]x:int -> bool

let _ = (x:int) -> bool
let _ = (#x:int) -> bool
let _ = (#[@@@1]x:int) -> bool
let _ = ([@@@1]x:int) -> bool
2 changes: 1 addition & 1 deletion tests/bug-reports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ SHOULD_VERIFY_CLOSED=\
Bug2155.fst Bug3224a.fst Bug3224b.fst Bug3236.fst Bug3252.fst \
BugBoxInjectivity.fst BugTypeParamProjector.fst Bug2172.fst Bug3266.fst \
Bug3264a.fst Bug3264b.fst Bug3286a.fst Bug3286b.fst Bug3320.fst Bug2583.fst \
Bug2419.fst Bug3353.fst Bug3426.fst
Bug2419.fst Bug3353.fst Bug3426.fst Bug3530.fst


SHOULD_VERIFY_INTERFACE_CLOSED=Bug771.fsti Bug771b.fsti
Expand Down

0 comments on commit 971eb6d

Please sign in to comment.