Add return to simple test
Change-Id: I0432724f3b77912ec547a0700c022f9dbbca7d36 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/25460 Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
fbf4506356
commit
9a2b692b1c
|
@ -15,7 +15,7 @@
|
|||
[[location 0]] var<out> gl_FragColor : vec4<f32>;
|
||||
|
||||
fn bar() -> void {
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
fn main() -> void {
|
||||
|
|
Loading…
Reference in New Issue