blob: 21b2f40052be5f1a43de19925b7fdf0acea576bc [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void fwidth_df38ef() {
float res = fwidth(1.0f);
}
fragment void fragment_main() {
fwidth_df38ef();
return;
}