mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 13:47:01 +00:00
16 lines
142 B
C++
16 lines
142 B
C++
|
|
#include "timeout.h"
|
|
#include "trace.h"
|
|
|
|
#ifdef _WINDOWS
|
|
|
|
#include "windows.h"
|
|
|
|
void tst_timeout() {
|
|
}
|
|
|
|
#else
|
|
void tst_timeout() {
|
|
}
|
|
|
|
#endif
|