blob: 416865c8e3d84b8ab4d917d498e31152d38ed56c [file] [edit]
/*
* Copyright 2009 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/*
* NaCl test for super simple program not using newlib
*/
#include "barebones.h"
int main(void) {
NACL_SYSCALL(exit)(55);
/* UNREACHABLE */
return 0;
}