Skip to content

Commit

Permalink
test: Add libc UDE test.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Mar 8, 2024
1 parent 4bad9c5 commit f1503af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/vast/Transform/HL/UDE/libc-a.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// RUN: %vast-front -vast-emit-mlir=hl -vast-simplify %s -o - | %file-check %s
#include <stdio.h>

// CHECK-NOT: hl.typedef
// CHECK-NOT: hl.struct
// CHECK-NOT: hl.func
// CHECK-NOT: hl.var

0 comments on commit f1503af

Please sign in to comment.