dawn-cmake/test/tint/out_of_order_decls/func/func.wgsl.expected.msl

12 lines
105 B
Plaintext

#include <metal_stdlib>
using namespace metal;
void f2() {
}
fragment void f1() {
f2();
return;
}