mirror of
https://github.com/Z3Prover/z3
synced 2025-04-09 02:41:52 +00:00
17 lines
142 B
C++
17 lines
142 B
C++
|
|
#include "timeout.h"
|
|
#include "trace.h"
|
|
|
|
#ifdef _WINDOWS
|
|
|
|
#include "windows.h"
|
|
|
|
void tst_timeout() {
|
|
}
|
|
|
|
#else
|
|
void tst_timeout() {
|
|
}
|
|
|
|
#endif
|