Sign in
skia
/
skia
/
97be28c4cc05231fe6e70dc32662c24700e731cc
/
.
/
tests
/
sksl
/
shared
/
ReturnBadTypeFromMain.metal
blob: 683653c27146d8a77a37a4fdecc8a17649296bb5 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
2
:
Metal
does
not
support returning
'int3'
from
main
()
return
int3
(
1
,
2
,
3
);
^^^^^^^^^^^^^^^^^^^^^
1
error