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