Skip to content

Instantly share code, notes, and snippets.

@jbclements
Created May 29, 2013 19:40
Show Gist options
  • Save jbclements/5673194 to your computer and use it in GitHub Desktop.
Save jbclements/5673194 to your computer and use it in GitHub Desktop.
macro_rules! plant_id_in_inner_macro (
(($cuckoo:ident) =>
({macro_rules! inner_macro (
(($x:expr) =>
($x + $ $cuckoo))
)
inner_macro!(13)}))
)
plant_id_in_inner_macro!(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment