Forgotten test directives.

This commit is contained in:
Christoffer Lerno
2025-06-23 00:38:12 +02:00
parent 0d147a48b2
commit 2636a855c4
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// #target: macos-x64
module test;
import other;

View File

@@ -1,3 +1,4 @@
// #target: macos-x64
module test;
typedef Byte = inline ushort;