File: build-cxx.cc

package info (click to toggle)
libinput 1.30.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,408 kB
  • sloc: ansic: 104,976; python: 3,570; sh: 183; makefile: 37; cpp: 7
file content (11 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#include <libinput.h>

/* This is a build-test only */

using namespace std;

int
main(void)
{
	return 0;
}