blob: 523c92a686dd483f7aa171c0dd13cac28fbe1892 [file] [log] [blame]
#!/bin/bash
#
# This file was generated by create_test_cases.py.
#
# Test that a return of void at the end of a loop is properly
# lowered.
../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 1, 0, 0)' <<EOF
((declare (out) float a) (declare (out) float b)
(function main
(signature void (parameters)
((loop () () () ()
((assign (x) (var_ref a) (constant float (1.000000))) (return)))
(assign (x) (var_ref b) (constant float (2.000000)))))))
EOF