Sign in

gwj / at91sam9263 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • at91sam9263
  • tests
  • alpha
  • hello-alpha.c
  • alpha: add tests ...
    df0fc998
    This patch creates tests/alpha directory and adds an "hello world"
    program as well as two tests.
    
    Signed-off-by: Tristan Gingold <gingold@adacore.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5216 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-09-14 17:18:29 +0000  
    Browse Code ยป
hello-alpha.c 59 Bytes
Edit Raw Blame History
1 2 3 4 5
int main (void)
{
  write (1, "hello\n", 6);
  return 0;
}