Skip to content

Commit

Permalink
Add basic test for Xtensa
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator committed Aug 21, 2024
1 parent bd748e1 commit 03716f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/codegen/xtensa.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// REQUIRES: target_Xtensa

// RUN: %ldc -mtriple=xtensa -betterC

version (Xtensa) {} else static assert(0);

0 comments on commit 03716f7

Please sign in to comment.