Merge remote-tracking branches 'asoc/fix/email', 'asoc/fix/fsl-ssi', 'asoc/fix/pm...
[deliverable/linux.git] / tools / build / feature / test-libbabeltrace.c
1
2 #include <babeltrace/ctf-writer/writer.h>
3 #include <babeltrace/ctf-ir/stream-class.h>
4
5 int main(void)
6 {
7 bt_ctf_stream_class_get_packet_context_type((void *) 0);
8 return 0;
9 }
This page took 0.035841 seconds and 6 git commands to generate.