Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / errors / OpaqueTypeConstruction.sksl
1 sampler a;
2 void func(sampler s) {}
3 void main() {
4     func(sampler(a));
5 }
6
7 /*%%*
8 cannot construct 'sampler'
9 *%%*/