#include int main(){ int a, b, c = 0; $assert(!$defined(&a)); $assert(!$defined(&b)); $assert($defined(&c)); }