Files
2025-05-18 13:04:45 +08:00

4 lines
105 B
Plaintext

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