1// Precision qualifiers are only allowed in a Runtime Effect. 2void h() { highp int x; } 3void m() { mediump int x; } 4void l() { lowp int x; } 5