summaryrefslogtreecommitdiffstats
path: root/plugins/skibidi.c
blob: d763058e571cc12cae2febdf18b142ed1d53e89d (plain) (blame)
1
2
3
4
5
6
#include "pipeline.h"

PTX_EXPORT int do_something(void)
{
  return !!ptx_pipeline_new(4);
}