552fcb9a1b
All internal usage has migrated to MakeFor..., this removes the old program kind, and updates some tests. Bug: skia:11813 Change-Id: I56733b071270e1ae3fab5d851e23acf6c02e3361 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/402536 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
// Expect 2 errors
|
|
|
|
void array_decl() { float[123] x; }
|
|
|
|
void array_ctor() { float[3](1, 2, 3); }
|
|
|