Skip to content

Commit a553403

Browse files
committed
Fix LIT test in basic-aa.
1 parent 7e97baa commit a553403

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/SILAnalysis/basic-aa.sil

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ import Swift
99
// Type Declarations //
1010
///////////////////////
1111

12+
struct Int {
13+
var value : Builtin.Int64
14+
}
15+
1216
enum E {
1317
case A
1418
case B

0 commit comments

Comments
 (0)