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