Index: src/ResolvExpr/CandidateFinder.cpp
===================================================================
--- src/ResolvExpr/CandidateFinder.cpp	(revision a8404d919c0fa75d61ad5c8d39ac83483e281095)
+++ src/ResolvExpr/CandidateFinder.cpp	(revision 366f5cd47f06469e6c39617fdc1be75acd3f4943)
@@ -10,6 +10,6 @@
 // Created On       : Wed Jun 5 14:30:00 2019
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Sep  9 11:30:11 2024
-// Update Count     : 5
+// Last Modified On : Tue Jun 23 11:41:24 2026
+// Update Count     : 7
 //
 
@@ -1496,7 +1496,5 @@
 		const ast::Type * type = resolveTypeof( alignofExpr->type, context );
 		const ast::Type * sizeType = context.global.sizeType.get();
-		addCandidate(
-			new ast::AlignofExpr( alignofExpr->location, type, sizeType ),
-			tenv );
+		addCandidate( new ast::AlignofExpr( alignofExpr->location, type, sizeType, alignofExpr->kind ), tenv );
 	}
 
