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:
dan sinclair 2020-07-22 13:41:04 +00:00 committed by dan sinclair
parent fbf4506356
commit 9a2b692b1c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
[[location 0]] var<out> gl_FragColor : vec4<f32>;
fn bar() -> void {
return;
}
fn main() -> void {