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