blob: 09a21a9e9293031d6a17acc9f110cc06c8815e43 [file] [log] [blame]
/*
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;
}