Skip to content

Commit

Permalink
test:hl: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko authored and xlauko committed Oct 26, 2023
1 parent c2bcae6 commit c843a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vast/Dialect/HighLevel/attr-d.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// CHECK: hl.func @fun weak () -> !hl.void {
void __attribute__((__weak__)) fun (void) {}
int mian() {
int main() {
fun();
return 0;
}

0 comments on commit c843a5e

Please sign in to comment.