blob: 9cf16299a20e9444f6d691f1851408e0bbace0f7 [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.
*/
void main()
{
attribute float foo; // attributes can be declared at a global scope only
}