File: build-cxx.cc.in

package info (click to toggle)
rust-wayland-protocols 0.32.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,324 kB
  • sloc: xml: 13,573; sh: 17; python: 15; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "@PROTOCOL_CLIENT_INCLUDE_FILE@"
#include "@PROTOCOL_SERVER_INCLUDE_FILE@"

/* This is a build-test only */

using namespace std;

int
main(int argc, char **argv)
{
	(void)argc;
	(void)argv;
	return 0;
}