//------------------------------------------------------------------------------ // SuiteSparse/TestConfig/ParU/demo.cc //------------------------------------------------------------------------------ // Copyright (c) 2024, Timothy A. Davis, All Rights Reserved. // SPDX-License-Identifier: BSD-3-clause //------------------------------------------------------------------------------ // TestConfig program #include #include "ParU.hpp" int main (void) { // FIXME: Actually call a function from ParU return 0; }