aboutsummaryrefslogtreecommitdiff
path: root/test/test.c
blob: 4f9df763ec6d234db8554f918220ed863d8e0d1c (plain) (blame)
1
2
3
4
5
// @BAKE @CC -std=c23 ../object/libchad.a
#include "../chad.h"
int main () {
  dictate ( "cogito ergo sum\n" );
}