Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git] / shotgun / test / test_instructions.c
blobcd632b2c22df098a9d6048d86e88c862abd0127c
1 #include "rubinius.h"
2 #include <assert.h>
3 #include "cpu.h"
5 #define rassert(e) ({ assert(e); printf("%s:%d: <%s> => success\n", __FUNCTION__, __LINE__, #e); })
7 int main(int argc, char **argv) {
8 STATE;
10 state = rubinius_state_new();
12 return 0;