xref: /third_party/mesa3d/src/compiler/glsl/tests/warnings/001-use-undefined-then-define.vert
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/compiler/glsl/tests/warnings/
1bf215546Sopenharmony_ci#version 130
2bf215546Sopenharmony_ci
3bf215546Sopenharmony_civoid main()
4bf215546Sopenharmony_ci{
5bf215546Sopenharmony_ci  float foo;
6bf215546Sopenharmony_ci  float undefinedThenDefined;
7bf215546Sopenharmony_ci
8bf215546Sopenharmony_ci  foo = undefinedThenDefined;
9bf215546Sopenharmony_ci  undefinedThenDefined = 2.0;
10bf215546Sopenharmony_ci  foo = undefinedThenDefined;
11bf215546Sopenharmony_ci}
12bf215546Sopenharmony_ci
13

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