File: cpp-compile-test.cpp

package info (click to toggle)
wayland 1.24.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,168 kB
  • sloc: ansic: 21,548; xml: 6,858; python: 208; sh: 176; makefile: 16; cpp: 2
file content (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (19)
1
2
3
4
5
/* This source should compile fine with C++ compiler */
#include "wayland-server-protocol.h"

int main() { return 0; }