xref: /aosp_15_r20/external/mesa3d/src/freedreno/decode/generate-rd.cc (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /* This is a placeholder file that should be replaced with the contents
2  * generated by the rddecompiler from a trace file.
3 */
main(int argc,char ** argv)4 int main(int argc, char **argv)
5 {
6 	return 1;
7 }