Files
qt5.12.8/config.tests/gbm/main.cpp
2025-08-26 22:57:23 +08:00

15 lines
250 B
C++

/* Generated by configure */
#include <stdlib.h>
#include <stdint.h>
extern "C" {
#include <gbm.h>
}
int main(int argc, char **argv)
{
(void)argc; (void)argv;
/* BEGIN TEST: */
gbm_surface *surface = 0;
/* END TEST */
return 0;
}