summaryrefslogtreecommitdiff
path: root/tests/apis/rules_order/src/main.c
blob: d612d8782fc705fc779461c31e8dfbf793029e29 (plain)
1
2
3
4
5
6
#include <stdio.h>

int main(int argc, char** argv)
{
    return 0;
}