raw: Add skeleton test suite for swift raw.
[swifty.git] / src / raw / test / test_sw_bind.c
1 /*
2  * Test sw_bind "syscall".
3  */
4
5 #include "test_sw.h"
6 #include "test.h"
7
8 void bind_dummy(void)
9 {
10         test(1 == 1);
11 }