From fdc794f5dc9de5b55fff71939ee4374ea38efa8f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Mar 2009 18:47:32 +0000 Subject: Compile things into separate build dir. Move .tpr files to test dir. git-svn-id: http://svn.drobilla.net/resp/tuplr@109 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- test/list.tpr | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/list.tpr (limited to 'test/list.tpr') diff --git a/test/list.tpr b/test/list.tpr new file mode 100644 index 0000000..947fe97 --- /dev/null +++ b/test/list.tpr @@ -0,0 +1,3 @@ +(def l (cons 1 (cons 2 (cons 3 4)))) + +(car (cdr (cdr l))) -- cgit v1.2.1