5 lines
74 B
C
5 lines
74 B
C
#include <criterion/criterion.h>
|
|
|
|
Test(samples, timed) {
|
|
assert(0);
|
|
}
|