Skip to content

Instantly share code, notes, and snippets.

@pnkfelix
Created December 31, 2019 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnkfelix/1fda89c8aeaa1570649fceba450fa97b to your computer and use it in GitHub Desktop.
Save pnkfelix/1fda89c8aeaa1570649fceba450fa97b to your computer and use it in GitHub Desktop.
# 1 "<built-in>"
# 1 "issue65844.c"
struct S { double x; double y; };
int indirect(struct S get_pair()) {
struct S s = get_pair();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment