(* This file is part of Proof General. * * © Copyright 2021 Hendrik Tews * * Authors: Hendrik Tews * Maintainer: Hendrik Tews * * License: GPL (GNU GENERAL PUBLIC LICENSE) * * * This file is part of an automatic test case for parallel background * compilation in coq-par-compile.el. See test.el in this directory. *) (* The test script relies on absolute line numbers. * DO NOT INSERT ANY LINE UNLESS YOU KNOW WHAT YOU ARE DOING. *) (* Specify delays for coqdep and coqc when processing this file: * coqdep-delay 0 * coqc-delay 0 *) Require Export d3. (* This is line 26 *) Definition c : nat := 3.