xref: /third_party/skia/tests/sksl/workarounds/LoopCondition.glsl
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/tests/sksl/workarounds/
1cb93a386Sopenharmony_ci#version 400
2cb93a386Sopenharmony_civoid main() {
3cb93a386Sopenharmony_ci    int c = 0;
4cb93a386Sopenharmony_ci    for (int i = 0;(i < 4 || c < 10) && true; ++i) {
5cb93a386Sopenharmony_ci        c += 1;
6cb93a386Sopenharmony_ci    }
7cb93a386Sopenharmony_ci}
8

Indexes created Thu Nov 07 10:32:03 CST 2024