/*
 * @1.S
 */


#define ASM_FILE


#include <machine/segment.h>
#include <sys/syscall.h>


.text


.globl @1
@1:
    movl	$@2, %eax
	lcall	$SYSCALL_SEG, $0
	subl	$4 * 7, %esp
	cmpl	$0, %eax
	js		sys_error
	ret
