Skip to content

Commit

Permalink
test:ll: Add test of linkage attr parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc committed Mar 25, 2024
1 parent 5630b34 commit 7b6cd04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/vast/Dialect/LowLevel/linkage-a.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// RUN: %vast-cc1 -vast-emit-mlir=hl %s -o - | %vast-opt --vast-hl-to-ll-func | %vast-opt

// Just check that we can re-load the low level function.
void foo(void) {}

0 comments on commit 7b6cd04

Please sign in to comment.