OSDN Git Service

Initial commit. lol
[android-x86/external-mesa.git] / tests / parameters-02.txt
1 void a()
2 {
3         ;       
4 }
5
6 void a(float x)
7 {
8         ;       
9 }