File: lib_run.cpp

package info (click to toggle)
xbyak 7.24.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,068 kB
  • sloc: cpp: 21,493; ansic: 2,981; python: 372; makefile: 306; sh: 204
file content (9 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#include "lib.h"

int main()
{
	puts("main");
	X::a.put();
	putReg();
}