blob: 9b7a3f9075fb0cf1f57c70d74d9d4b2260f934d2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread bool4 tint_symbol = bool4(true);
half4 const v = half4(tint_symbol);
}