File: build-cxx.cc.in

package info (click to toggle)
rust-wayland-protocols-0.29 0.29.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,032 kB
  • sloc: xml: 10,711; makefile: 99; sh: 22; python: 15
file content (12 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#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)
{
	return 0;
}