File: check-cxx-compile.cpp

package info (click to toggle)
frame 2.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,536 kB
  • sloc: sh: 11,090; cpp: 3,815; ansic: 745; makefile: 287
file content (10 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
/*
 * Test compiling and linking with a C++ compiler.
 */

#include <oif/frame_x11.h>

int main(int argc, char **argv) {
  UFWindowId id __attribute__((unused)) = frame_x11_create_window_id(0);
  return 0;
}