3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

add dummy file to fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-06-29 15:10:38 -07:00
parent cb1e564d77
commit 769127d531

View file

@ -0,0 +1,25 @@
/*++
Copyright (c) 2015 Microsoft Corporation
Module Name:
dataflow.cpp
Abstract:
Generic bottom-up and top-down data-flow engine for analysis
of rule sets.
Author:
Henning Guenther (t-hennig)
--*/
#include "dataflow.h"
namespace datalog {
void dummy_dataflow() {
}
}