summaryrefslogtreecommitdiff
path: root/other/burneye/src/stub/include/int80-test.c
blob: 9e87ab5a39746ef8d8da98c1447a1d1ad5edcc72 (plain)
1
2
3
4
5
6
7
8
9

#include "int80.h"

int
main (int argc, char *argv[])
{
	lseek (0, 10, 20);
}