use the locations specified in the bcm2708_boot header
[AROS.git] / test / objc / hello.m
blob3a322baf6db0080825c0a95708f28d9998797791
1 #import <stdio.h>
3 int main(int argc, const char *argv[])
5     printf("Hello AROS\n");
6     return 0;