mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 17:50:12 +01:00
10 lines
42 B
Text
10 lines
42 B
Text
|
|
void a()
|
||
|
|
{
|
||
|
|
;
|
||
|
|
}
|
||
|
|
|
||
|
|
void a(float x)
|
||
|
|
{
|
||
|
|
;
|
||
|
|
}
|