glsl: test function overload resolution
commitf874726df218f6d96681661ee1fd48a9877129ff
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 21 Aug 2024 03:59:52 +0000 (21 13:59 +1000)
committerMarge Bot <emma+marge@anholt.net>
Thu, 22 Aug 2024 23:56:00 +0000 (22 23:56 +0000)
tree1b99674351be44e668bdfe96327ca09bb85f2c37
parentc105516ddf5d4a157082a111650fe92b0346ba15
glsl: test function overload resolution

In unextended glsl 1.50 there is no overload resolution and this test
should fail to link.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/945>
tests/spec/glsl-1.50/linker/overloads-linking.shader_test [new file with mode: 0644]