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 24, 2024
1 parent 2a1a979 commit d5528af
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 d5528af

Please sign in to comment.