summaryrefslogtreecommitdiff
path: root/tests/headers/typedefd-array-as-function-arg.h
blob: 937905918c16895628ddaf5e68b4521df005ac03 (plain)
1
2
3
// foo.h
typedef float myVector3[3];
void modifyVectorFunc(myVector3 v);