The parens are weird, I'll look into it.This example looks pretty-printed to me, is there something unpretty about it?
John On 6/25/16 10:41 PM, Eric Eide wrote:
At commit 9b0d493 (current master), reducing test #1 gives me this result:
-----
long a;
void(fn1)() { a << 0; }
int main() { return 0; }
-----
(It runs quite quickly now. Bravo!!) Two things:
+ The parens around fn1 are sort of weird.
+ Don't we pretty-print at the end any more?
Eric.