mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-05 11:45:54 +00:00
Fixed: tint:1697 Change-Id: I6de9ea520e8e8fcba281c8cf68ad77021eb3dd22 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104825 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
#include <metal_stdlib>
|
|
|
|
using namespace metal;
|
|
void f() {
|
|
int v = 0;
|
|
}
|
|
|