<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/103502>103502</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            Strange parsing bug
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          kylefurlong
      </td>
    </tr>
</table>

<pre>
    (env) kylefurlong@Kyles-Mac-mini flow % clang -std=c17 -pedantic -O2 -g -I$(brew --prefix zeromq)/include -I$(brew --prefix zeromq)/lib -o stream streamer.c
streamer.c:24:9: error: called object type '**flow_t**' (aka 'struct not_flow_t') is not a function or function pointer
    **flow(**NULL, NULL, &flow);
    ~~~~^
streamer.c:43:13: error: called object type '**flow_t**' (aka 'struct not_flow_t') is not a function or function pointer
        **flow(**frame, rep, &flow);
 ~~~~^
2 errors generated.
(env) kylefurlong@Kyles-Mac-mini flow % clang --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.4.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzMVMGO4zYM_Rr6QtiQKTuJDz54Nw2w6LQ9dHteyDbjqCtLriRnNj3MtxeKM5gt0AGKnnoipUdSfE8SVQh6sswt1B-gPmZqjRfn2683w-fVG2enrHfjrQU6sL0CNfgdBJX48WY45D-pIZ-11Xg27hmBahyMshPmIY4gj0O5x3zhUdmoB8x_IcwnzD8BVUCH3vMz5vni-ay_4Z_s3fwHUAN00nYw68j_ItLoHnOHIXpW88OwLwYQRxDdd2vZUQWya0B2yN47n5xBGcMjuv53HiLG28IItAfqgLpE6EvcfKA9Ah3UV5XwEP06RLQufnkN2id9dEh7qPC82iFqZ9H5N39x2kb2W2OIiG_HAB22xc-_PT0BfcRXC7Tb8Abkh7fMl5eXF6h_-AeOlQTZlfL_Q_IdomevZk4MPS_vEf0bS9r4BJzYsleRx2ID_uPzzK_sg3Z2K9Iti-EH9ACwrApRyKTIfT8vKyELURAVZVWUqdN76mflJ45JZ-XnXZWrVCoflX_WlqioCvGIu3hWI85uZJOiFxf0tw36ZEO839FR3y8M6PSke6_8Deh05Csbt7AHOn1086zs-KQtf3bOBKDTGhLQa5uNrRwb2aiM23JPcieqiprs0p5lLRpRszpIlgMfRN-MtaqoETtV867MdEuCKnFIBIWgptgpKXf7ns6q7Hc0NlAJnpU2hTHXuXB-ynQIK7elkLWgzKieTbiPESLLz3hHgShNFd-mpLxfpwCVMDrE8FYm6mi4_TV6ZSfGRfmg7YT9OmWrN-0lxiWA7IBOQKdJx8vaF4Ob068311eTL96lh52mRjo3ifJo7NrSXwEAAP__wCGCtQ">