6424dd02a8
Change-Id: I1dd481ca47965e933a110a0f0a8ef7616deb034d Bug: skia:13042 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/523417 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Arman Uguray <armansito@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
void func() {
|
|
float x;
|
|
x = 1.5 2.5;
|
|
}
|
|
|
|
/*%%*
|
|
expected ';', but found '2.5'
|
|
*%%*/
|