#38: bracketed single-line if statements --------------------------------+------------------------------------------- Reporter: gcdanie@… | Type: defect Status: new | Priority: don't know Component: don't know | Version: Keywords: | --------------------------------+------------------------------------------- Comment(by mlcurry): I have successfully triggered this bug with the following example. #include <aesop/aesop.h> #include <stdio.h> void test(void) { if (1 > 0) { printf(“Hello.\n”); } int i; return; } __blocking int aemain(int argc, char **argv) { test(); return 0; } aesop_main_set(remain); -- Ticket URL: <https://trac.mcs.anl.gov/projects/aesop/ticket/38#comment:2> aesop <https://trac.mcs.anl.gov/projects/aesop> The Aesop Language