blob: a7e65c86cedc6111fb02456cc3ca009b216dc57d [file] [log] [blame]
#!/usr/bin/env 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