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