Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

4 lines
105 B
Plaintext

// RUN: %{ispc} --target=host %s > %t 2>&1
typedef bool<2> bool2;
void MakeBool2(bool2 arg1) { return; }