summaryrefslogtreecommitdiffstats
path: root/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/build/main3_vert.vert
blob: 09a21a9e9293031d6a17acc9f110cc06c8815e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2019 The Khronos Group Inc.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE.txt file.
*/


int main() // return type of main should be void
{
   return 1;
}