Skip to content

Commit 5937637

Browse files
committed
test:hl: Fix typo.
1 parent c2bcae6 commit 5937637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vast/Dialect/HighLevel/attr-d.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// CHECK: hl.func @fun weak () -> !hl.void {
55
void __attribute__((__weak__)) fun (void) {}
6-
int mian() {
6+
int main() {
77
fun();
88
return 0;
99
}

0 commit comments

Comments
 (0)