mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
5 lines
92 B
C
5 lines
92 B
C
#include <criterion/criterion.h>
|
|
|
|
Test(simple, Test) {
|
|
cr_assert(false, "Hello World!");
|
|
}
|