xref: /aosp_15_r20/external/libtraceevent/test.c (revision 436bf2bcd5202612ffffe471bbcc1f277cc8d28e)
1 #include <event-parse.h>
2 
main()3 int main ()
4 {
5 	tep_load_plugins(NULL);
6 	return 0;
7 }
8